home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / DEMOS / DEMO4.ARC / !Demo4 / MakeSimu < prev    next >
Text File  |  1992-04-05  |  1KB  |  61 lines

  1. # Project:   simu
  2.  
  3.  
  4. # Toolflags:
  5. CCflags = -c -depend !Depend -IC: -g -throwback 
  6. Linkflags = -aif  -o $@ 
  7. ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
  8. CMHGflags = 
  9. LibFileflags = -c -o $@
  10. Squeezeflags = -o $@
  11. AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
  12.  
  13.  
  14. # Final targets:
  15. @.!RunImage:   @.o.horizon @.o.misc @.o.plot @.o.simu @.o.sol @.o.GrpLib \
  16.         <CLib> <RISCLib> 
  17.         link $(linkflags) @.o.horizon @.o.misc @.o.plot @.o.simu @.o.sol \
  18.         @.o.GrpLib <CLib> <RISCLib> 
  19.  
  20.  
  21. # User-editable dependencies:
  22.  
  23. # Static dependencies:
  24. @.o.horizon:   @.c.horizon
  25.         cc $(ccflags) -o @.o.horizon @.c.horizon 
  26. @.o.misc:   @.c.misc
  27.         cc $(ccflags) -o @.o.misc @.c.misc 
  28. @.o.plot:   @.c.plot
  29.         cc $(ccflags) -o @.o.plot @.c.plot 
  30. @.o.simu:   @.c.simu
  31.         cc $(ccflags) -o @.o.simu @.c.simu 
  32. @.o.sol:   @.c.sol
  33.         cc $(ccflags) -o @.o.sol @.c.sol 
  34.  
  35.  
  36. # Dynamic dependencies:
  37. o.horizon:    c.horizon
  38. o.horizon:    h.GrpLib
  39. o.horizon:    h.extern
  40. o.misc:    c.misc
  41. o.misc:    C:h.swis
  42. o.misc:    C:h.os
  43. o.misc:    C:h.bbc
  44. o.misc:    h.GrpLib
  45. o.misc:    h.extern
  46. o.plot:    c.plot
  47. o.plot:    C:h.swis
  48. o.plot:    C:h.os
  49. o.plot:    C:h.bbc
  50. o.plot:    h.GrpLib
  51. o.plot:    h.extern
  52. o.sol:    c.sol
  53. o.sol:    h.GrpLib
  54. o.sol:    h.extern
  55. o.simu:    c.simu
  56. o.simu:    C:h.swis
  57. o.simu:    C:h.os
  58. o.simu:    C:h.bbc
  59. o.simu:    h.GrpLib
  60. o.simu:    h.extern
  61.